From: Shiji Yang Date: Wed, 20 Aug 2025 13:09:38 +0000 (+0800) Subject: ath79: switch default kernel to 6.12 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=db86a07bdf9f9902164aa033be112f8a5dba8d96;p=openwrt%2Fopenwrt.git ath79: switch default kernel to 6.12 We have not received any negative feedback in the past three months. It's time to switch the default kernel to 6.12. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/19821 Signed-off-by: Nick Hainke --- diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 8e04d7a8ec..1058834a75 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -8,8 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny FEATURES:=ramdisk squashfs usbgadget -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk